Max deposit amount
Get the maximum amount of lovelace that can be deposited
Authorizations
Header parameters
X-API-KEYstringRequired
API Key
Responses
200
OK
application/json
max_depositstringOptionalExample:
1000000000400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get/accounts/max-deposit
GET /accounts/max-deposit HTTP/1.1
X-API-KEY: text
Accept: */*
{
"max_deposit": "1000000000"
}Last updated