Create Request

Use the following parameters to create a request.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
Request Body schema: application/json

request creation payload

required
BitcoinAccountCreationData (object) or EthereumAccountCreationData (object) or Erc20AccountCreationData (object) or RippleAccountCreationData (object) or StellarAccountCreationData (object) or TronAccountCreationData (object) or Trc20AccountCreationData (object) or PolkadotAccountCreationData (object) or TezosAccountCreationData (object) or SolanaAccountCreationData (object) or CardanoAccountCreationData (object)

Detailed account data, varying based on the specific account type.

type
required
any

Specifies the type of request being made.

Responses
200

Request result

400

Invalid request data

post/requests
Request samples
application/json
{
  • "data": {
    },
  • "type": "CREATE_ACCOUNT"
}
Response samples
application/json
{
  • "created_by": "{\"id\"=3}",
  • "created_on": "2019-08-24T14:15:22Z",
  • "expired_at": "2019-08-24T14:15:22Z",
  • "id": 0,
  • "status": "PENDING_APPROVAL",
  • "target_id": 10,
  • "target_type": "TEZOS_LIKE_TRANSACTION",
  • "type": "CREATE_TRANSACTION",
  • "used_admin_group": 1
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.