POST
/
v1
/
internal_transfer
curl --request POST \
  --url https://api.orderly.org/v1/internal_transfer \
  --header 'Content-Type: application/json' \
  --header 'orderly-account-id: <orderly-account-id>' \
  --header 'orderly-key: <orderly-key>' \
  --header 'orderly-signature: <orderly-signature>' \
  --header 'orderly-timestamp: <orderly-timestamp>' \
  --data '{
  "token": "USDC",
  "receiver_list": [
    {
      "account_id": "0x0000000",
      "amount": 100
    }
  ]
}'
{
  "success": true,
  "timestamp": 1702989203989
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Body

application/json

Response

200 - application/json

OK

The response is of type object.