Device

Get data for any device, retrieve all devices, or devices on specified wallet address.

Any Device

Fetch any device by wacky name.

GET https://api.pollenmobile.io/explorer/device

Fetches any device (flower, bumblebee, honeybee, or hummingbird).

Query Parameters

Name
Type
Description

device*

String

Wacky name

{
	"displayname": "ImportedThirstyHummingbird",
	"update_time": "2022-06-30 15:49:25.216577",
	"first_seen": null,
	"wallet_address": "9TUKvzXScFAoadFrXmPALUxVe8x77kX4F7awxvgPKk8E",
	"last_seen": null,
	"birdID": "ImportedThirstyHummingbird",
	"daily_attaches": "0",
	"active": "1",
	"nft_address": "HmuhhjReXxWSaf9Fv8o3cNW8wyDSgs78mZiC4vGEGP2f",
	"bird_rewards": "0",
	"bird_attaches": "0",
	"daily_rewards": "0",
	"image_url": "https://d56ettkd7dczlalsfylt4xazy5i22mnwjzd3qkrfaprdrwjxuiua.arweave.net/H3xJzUP4xZWBci4XPlwZx1GtMbZOR7gqJQPiONk3oig?ext=png"
}

All Devices

Fetch all devices from the Pollen network.

GET https://api.pollenmobile.io/explorer/devices

Fetch devices and paginate with page_key parameter.

Query Parameters

Name
Type
Description

page_key

String

URL encoded JSON of 'page_key' from last request.

limit

Integer

Number of responses per page (default 50)

All Wallet Devices

Fetch all devices owned by a wallet address.

GET https://api.pollenmobile.io/explorer/wallet-devices

Query Parameters

Name
Type
Description

wallet_address*

String

Last updated

Was this helpful?