Create Account

Creates a new blockchain account by funding it with an initial transaction, using the recipient’s public key as the account identifier. The response includes details like chain ID, funding source, gas usage, and transaction data, enabling immediate activation and interaction on the network.

💡

Compute Unit Value: 40 (Fixed)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The request body for a /defi/v1/chain/createaccount

The request body for a /defi/v1/chain/createaccount

string
enum

The unique ID to direct queries or transactions to the correct blockchain. Find more here.

Allowed:
string

The abbreviated chain name for queries or transactions.

string
required

Public blockchain address of the sender initiating the transaction. Format depends on the chain (e.g., 0xABCDEF... for EVM, G... for Stellar).

string
required

Public blockchain address of the recipient. Format depends on the chain (e.g., 0xABCDEF... for EVM, G... for Stellar).

string
required

Amount of native asset in the chain's smallest denomination (base units). Do not send human-readable decimal values. Examples: 1 ETH (wei) = "1000000000000000000"; 1 XLM (stroops) = "10000000".

string

Optional tag for identifying the recipient's account on the XRPLedger.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json