Skip to main content
GET
/
settlement
/
crypto
Get crypto settlement accounts
curl --request GET \
  --url https://api.orafi.app/v1/settlement/crypto \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "address": "<string>",
      "chain": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Settlement accounts

success
boolean
message
string
data
object[]