updateCustodianDetails
🔗 Endpoint
🧾 Mutation Structure
mutation UpdateCustodianDetails(
$apiKey: String!,
$bep20: String,
$solana: String,
$ton: String,
$usdtTon: String,
$BSCpayAddress: String,
$usdtTONPayAddress: String
) {
updateCustodianDetails(
apiKey: $apiKey,
bep20: $bep20,
solana: $solana,
ton: $ton,
usdtTon: $usdtTon,
BSCpayAddress: $BSCpayAddress,
usdtTONPayAddress: $usdtTONPayAddress
) {
code
message
custodian {
apiKey
bep20
solana
ton
usdtTon
}
}
}📥 Parameters
Name
Type
Required
Description
✅ Successful Response
🚫 Error Codes
Code
Description
🧪 Code Examples
Python Example
JavaScript Example
Last updated