Skip to main content
GET
/
v1
/
merchants
/
{merchantId}
/
settlements
List settlements
curl --request GET \
  --url https://api.pay.walletconnect.com/v1/merchants/{merchantId}/settlements \
  --header 'Api-Key: <api-key>'
{
  "fiat": [
    {
      "id": "<string>",
      "status": "<string>",
      "bankType": "<string>"
    }
  ],
  "crypto": [
    {
      "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

Path Parameters

merchantId
string
required

Response

Settlements list

fiat
object[]
required
crypto
object[]
required