Skip to main content
POST
/
v1
/
merchants
/
{merchantId}
/
settlements
/
crypto
Create crypto settlements
curl --request POST \
  --url https://api.pay.walletconnect.com/v1/merchants/{merchantId}/settlements/crypto \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'Idempotency-Key: <idempotency-key>' \
  --data '
{
  "settlements": [
    {
      "asset": "<string>",
      "destination": "<string>"
    }
  ]
}
'
{
  "settlements": [
    {
      "id": "<string>",
      "asset": "<string>",
      "destination": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.walletconnect.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Unique key to ensure idempotent request processing. Max 255 characters.

Maximum string length: 255

Path Parameters

merchantId
string
required

Body

application/json
settlements
object[]
required
Required array length: 1 - 50 elements

Response

Crypto settlements created

settlements
object[]
required