Learn how to use the getBTCAccountsByAddress JSON-RPC method.
getBTCAccountsByAddress
getBTCAccountsByAddress
return smart account btcAddress and it’s smart account address.
address
- string, optional, smart account to query btc addressbtcAddress
- string, optional, btc address to query evm smart account addressBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Request to return smart account btcAddress and its smart account address.
Request schema for getBTCAccountsByAddress method.
Successful response with BTC and smart account addresses.
Response schema for getBTCAccountsByAddress.