POST
/
ramp
/
bank-accounts
curl --request POST \
  --url https://api.etherfuse.com/ramp/bank-accounts \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pageSize": 10,
  "pageNumber": 0
}'
{
  "items": [],
  "totalItems": 0,
  "pageSize": 10,
  "pageNumber": 0,
  "totalPages": 0
}

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Bank accounts retrieved successfully

The response is of type object.