https://tx.axie.technology/home
the rest will be explained as i have time
https://game-api.axie.technology/slp/v2/RONIN_ADDRESS
[
{
"name": "Breeding Potion",
"description": "Breeding Potion is required to breed two Axies",
"image_url": "",
"total": 8193,
"client_id": "0xa8da6b8948d011f063af3aa8b6beb417f75d1194",
"item_id": 1,
"blockchain_related": {
"signature": {
"signature": "0x01b9505bc2f5c980a5873c665755a75648c18e5343a4436998e39787cff0f7bab646e422f6fb266fc055e4cf188594a530993f5b2c9a54cee33a756de10ae406ed1b",
"amount": 27721,
"timestamp": 1634791576
},
"balance": 7515,
"checkpoint": 27721,
"block_number": 11588469
},
"claimable_total": 7515,
"last_claimed_item_at": 1634791576,
"raw_total": 28399,
"raw_claimable_total": 27721,
"success": true,
"update_time": 1646471127064,
"notice": "This is a BETA service. User beware."
}
]
name - ignore this...breeding potion = slp
description - ignore this...description of slp
image_url - ignore this...image of slp icon
total - the total amount of slp...claimed and unclaimed
client_id - ronin address that is being checked
item_id - item id will always be 1...1 means slp
signature - ignore this...used when claiming slp
amount - the "total" amount when slp was last claimed
timestamp - unix time of when the slp was last claimed
balance - how much slp you have on chain
checkpoint - this is the same as the "amount" field 3 above
block_number - block number of last claim
claimable_total - this number is wrong, ignore it
last_claimed_item_at - same as timestamp, last time slp was claimed
raw_total - total lifetime slp
raw_claimable_total - total lifetime claimed slp
success - did the call work
update_time - the last time the api was updated (this is generated by the proxy, not sky mavis)
best way to get current unclaimed slp:
raw_total - raw_claimable_total
https://game-api.axie.technology/mmr/v2/RONIN_ADDRESS
https://game-api.axie.technology/api/v2/RONIN_ADDRESS
{
"success": true,
"cache_last_updated": 1646471126876,
"total_matches": null,
"win_rate": "NaN",
"mmr": 1182,
"rank": 1242109,
"ronin_slp": 7515,
"total_slp": 8193,
"raw_total": 28399,
"in_game_slp": 678,
"last_claim": 1634791576,
"lifetime_slp": 27721,
"name": "",
"next_claim": 1636001176
}
success - did the call work
cache_last_updated - the last time the api was updated (this is generated by the proxy, not sky mavis)
total_matches - this is broken right now, we are working on it
win_rate - this is broken right now, we are working on it
mmr - your mmr in game
rank - your rank in leaderboard
ronin_slp - how much slp you have on chain
total_slp - the total amount of slp...claimed and unclaimed
raw_total - total lifetime slp
in_game_slp - how much unclaimed slp you have (we calculate this)
last_claim - last time slp was claimed
lifetime_slp - total lifetime slp
name - this is broken right now, we are working on it
next_claim - next time slp can be claimed (we calculate this)
https://game-api.axie.technology/v2/toprank?offset=0&limit=400