Skip to content
🎉 Welcome! Translations are currently experimental. | 翻訳は現在実験的です。 | 翻译目前处于实验阶段。
Click here to submit feedback! | ここをクリックしてフィードバックを送信してください! | 点击这里提交反馈!
1.2.0
OAS 3.0.0

Aptos Node API

Client Libraries
Shell
Ruby
Node.js
PHP
Python
More

Get account

Path Parameters
  • address
    required
    string hex
    Example0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1
Query Parameters
  • ledger_version
    string uint64
    Example32425224034
Responses
  • 200
    application/json
  • 400
    application/json
  • 403
    application/json
  • 404
    application/json
  • 410
    application/json
  • 500
    application/json
  • 503
    application/json
GET/accounts/{address}
Shell cURL
curl --request GET \
  --url https://api.mainnet.aptoslabs.com/v1/accounts/0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1
{
  "sequence_number": "32425224034",
  "authentication_key": "0x88fbd33f54e1126269769780feb24480428179f552e2313fbe571b72e62a1ca1 "
}

Models

    Last updated on