Skip to main content
POST
/
api
/
v1
/
account
/
fund
cURL
curl --request POST \
  --url https://api.ekiden.fi/api/v1/account/fund \
  --header 'Content-Type: application/json' \
  --data '
{
  "amounts": [
    1
  ],
  "metadatas": [
    "<string>"
  ],
  "receiver": "<string>",
  "request_id": "<string>"
}
'
{
  "txid": "<string>"
}

Body

application/json
amounts
integer<int64>[]
required
Required range: x >= 0
metadatas
string[]
required
receiver
string
required
request_id
string | null

Response

Funding request successful

txid
string
required