Documentation
↪ Back to homepage↗ Help Center
  • Getting Started
  • Topics
  • Foundry Platform
    • Overview
    • Authentication
    • Status Codes
    • Errors
    • Timestamps
    • Account
      • Get Account
      • Get Account Balance
      • Get Topup Details
    • Orders
      • Get Orders
      • Create Order
      • Get Order
      • Cancel Order
  • Segment Ledger
    • Ledger
      • Get Ledger
      • Update Ledger
    • Ledger Assets
      • Create Ledger Asset
      • List Ledger Assets
      • Get Ledger Asset
      • Update Ledger Asset
    • Ledger Accounts
      • Create Ledger Account
      • List Ledger Accounts
      • Get Ledger Account
      • Update Ledger Account
    • Ledger Transactions
      • Create Ledger Transaction
      • List Ledger Transactions
      • Get Ledger Transaction
  • Hyperhash
    • Under Development
Powered by GitBook
On this page
  1. Foundry Platform
  2. Account

Get Topup Details

Get Account Balance

GET /v1/account/topup

This API will return the account's top-up details.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <idToken>

Response

{
    "statusCode": 200,
    "statusMessage": "OK",
    "payload": {
        "btclegacy": {
            "address": "14Tx..."
        },
        "btctaproot": {
            "address": "bc1p6j..."
        },
        "banktransfer": {
            "reference": "FOUNDRYAC...",
            "accountnumber": "201...",
            "accountname": "Senmo Tech...",
            "bankaddress": "200 Cor...",
            "iban": "CY3334...",
            "bankname": "Bank Name...",
            "bic": "CYP..."
        }
    }
}
PreviousGet Account BalanceNextOrders

Last updated 6 months ago