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
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /accounts/max-deposit HTTP/1.1
Host:
X-API-KEY: text
Accept: */*
{
"max_deposit": "text"
}
Last updated