GET
/
v1
/
payouts
{
  "data": [
    {
      "payoutId": "<string>",
      "object": "payout",
      "accountId": "<string>",
      "method": "crypto",
      "status": "INITIATED",
      "sourceAmount": "<string>",
      "sourceAssetCode": "<string>",
      "destinationAmount": "<string>",
      "destinationAssetCode": "<string>",
      "cryptoDetails": {
        "toAddress": "<string>",
        "chain": "solana",
        "transactionSignature": "<string>",
        "confirmations": 123,
        "networkFee": "<string>",
        "networkFeeAsset": "<string>"
      },
      "description": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "initiatedAt": "<string>",
      "completedAt": "<string>",
      "metadata": {}
    }
  ],
  "next_cursor": "<string>",
  "page_size": 123
}

Query Parameters

cursor
string

The cursor pointing to the start of the next page (omit for first request)

limit
integer
default:25

The number of items to return per page (default: 25, max: 100)

Response

200 - application/json

The request has succeeded.

Container model for paginated responses