The Graph Staking
Approve a token
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
network: string;
toAddress: string;
amount: string;
gasLimit: number;
gasPrice: number;
data: string;
}{
"error": "TOKEN_ALREADY_APPROVED"
}{
"error": "INVALID_ADDRESS"
}Stake coins/tokens
Headers
Name
Type
Description
Request Body
Name
Type
Description
Unbond coins/tokens
Headers
Name
Type
Description
Request Body
Name
Type
Description
Withdraw stake (after unbonding period finished)
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated