Get mines
| limit | integer Limit result count |
| sort | string Sort, either asc or desc (default desc) |
| global_sequence_from | integer Global sequence number is greater than or equal to this (use for pagination) |
| global_sequence_to | integer Global sequence number is less than this |
| miner | string The miner |
| land_id | string The land ID, can also be multiple IDs separated by a comma |
| landowner | string The landowner |
| planet_name | string The planet |
| from | string Date from as ISO date (inclusive) |
| to | string Date to as ISO date (exclusive) |
Get NFTs
| limit | integer Limit result count |
| sort | string Sort, either asc or desc (default desc) |
| global_sequence_from | integer Global sequence number is greater than or equal to this (use for pagination) |
| global_sequence_to | integer Global sequence number is less than this |
| miner | string The miner |
| land_id | string The land ID |
| template_id | integer The template ID of the NFT mined |
| rarity | string Filter by NFT rarity (Must be Abundant, Common, Rare, Epic, Legendary or Mythical) |
| from | string Date from as ISO date (inclusive) |
| to | string Date to as ISO date (exclusive) |