checkAdminUntransferred
🔗 Endpoint
🔍 Query Structure
query CheckAdminUntransferred($apiKey: String!, $network: String!) {
checkAdminUntransferred(apiKey: $apiKey, network: $network) {
transactionId
amount
amountInToken
network
privateKey
seedPhrase
payAddress
recipientAddress
status
adminTransferred
}
}📥 Parameters
Name
Type
Required
Description
✅ Successful Response
🚫 Error Handling
🧪 Code Examples
Python Example
JavaScript Example
Last updated