Skip to main content
GET
/
user
/
wallet
/
payout
/
crypto
/
address
Get payout address
curl --request GET \
  --url https://api.skinshark.gg/user/wallet/payout/crypto/address \
  --header 'api-key: <api-key>'
{
  "requestId": "<string>",
  "success": true,
  "data": {
    "address": "<string>",
    "chains": [],
    "tokens": []
  },
  "error": {
    "code": 1500,
    "key": "INSUFFICIENT_BALANCE",
    "message": "Insufficient balance"
  }
}

Authorizations

api-key
string
header
required

Your raw API key. Generate, rotate, and revoke keys from the merchant dashboard. Keys can optionally be bound to one or more allowed source IPs — requests from any other IP are rejected with API_KEY_IP_DENIED.

Response

OK.

requestId
string
required
success
boolean
required
data
object

Distinct from the spot deposit forwarder (/deposit/crypto/address). Funds sent to the payout address credit the partner's payout custody balance, not the spot wallet.

error
object