POST
/
v1
/
payouts
/
crypto
{
  "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": {}
}

Body

application/json

Response

200 - application/json

The request has succeeded.

The response is of type object.