PearPear

Mint Fun.xyz universal deposit addresses for a Lighter wallet

Returns one deposit address per supported chain family, all crediting the wallet's Lighter account

POST
/misc/lighter/uda
x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/misc/lighter/uda" \  -H "Content-Type: application/json" \  -d '{    "walletAddress": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",    "market": "perps",    "asset": "USDC"  }'
{  "uda": {    "status": "blocked"  }}