For the complete documentation index, see llms.txt. This page is also available as Markdown.

Max deposit amount

Get maximum deposit amount

get

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: 1000000000
get/accounts/max-deposit
GET /accounts/max-deposit HTTP/1.1
X-API-KEY: text
Accept: */*
{
  "max_deposit": "1000000000"
}

Last updated