POST
/
ramp
/
bank-accounts
curl --request POST \
  --url https://api.etherfuse.com/ramp/bank-accounts \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "page_size": 10,
  "page_number": 0
}'
{
  "items": [],
  "total_items": 0,
  "page_size": 10,
  "page_number": 0,
  "total_pages": 0
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json
Bank accounts retrieved successfully

The response is of type object.