options.
skip_maintenance
optional
boolean
optional
boolean
options.
skip_negatives
optional
boolean
optional
boolean
-->
v0.10 (beta)
api.onchain.industries/beta/query-one
This endpoint accepts a wallet, a username, or an email and returns a streams of module responses.
Your request to this endpoint must adhere to this schema.
query
string
string
options
optional
object Options
optional
object Options
options.
skip_maintenance
optional
boolean
optional
boolean
options.
skip_negatives
optional
boolean
optional
boolean
curl --request POST \
--url 'https://api.onchain.industries/beta/query-one' \
--header 'key: <your-key>' \
--header 'Content-Type: application/json' \
--data '{
"query": "<wallet or username>",
"options": {
"skip_maintenance": "true"
}
}'
This endpoint response is a stream of ModuleResponse, a collection of all of the data found linked to any given platform.
data
object Data
object Data
data.
exists
boolean
boolean
data.
profile_url
optional
string
optional
string
data.
data
nullable
object data
nullable
object data
data.
account_url
optional
string
optional
string
data.
bio
optional
string
optional
string
data.
joined
optional
date
optional
date
data.
updated
optional
date
optional
date
data.
followers
optional
number
optional
number
data.
following
optional
number
optional
number
data.
usernames
optional
array of Usernames
optional
array of Usernames
usernames.
tags
optional
array of strings
optional
array of string
usernames.
username
string
string
data.
wallets
optional
array of Wallets
optional
array of Wallets
wallets.
address
string
string
wallets.
tags
optional
array of strings
optional
array of string
data.
emails
optional
array of Emails
optional
array of Emails
emails.
address
string
string
emails.
tags
optional
array of strings
optional
array of string
data.
ens
optional
array of ENS
optional
array of ENS
ens.
ens
string
string
ens.
tags
optional
array of strings
optional
array of string
data.
ids
optional
array of IDs
optional
array of IDs
ids.
id
string
string
ids.
tags
optional
array of strings
optional
array of string
data.
images_url
optional
array of URLs
optional
array of URLs
images_url.
url
string
string
images_url.
tags
optional
array of strings
optional
array of string
data.
linked_accounts
optional
array of LinkedAccount
optional
array of LinkedAccount
linked_accounts.
platform
string
string
linked_accounts.
profile_url
nullable
string
nullable
string
linked_accounts.
username
nullable
string
nullable
string
data.
links
optional
array of Links
optional
array of Links
links.
url
string
string
links.
tags
optional
array of strings
optional
array of string
data.
names
optional
array of Names
optional
array of Names
names.
name
string
string
names.
tags
optional
array of strings
optional
array of string
data.
nfts
optional
array of NFTs
optional
array of NFTs
nfts.
address
string
string
nfts.
chain
string
string
nfts.
label
string
string
nfts.
url
string
string
nfts.
tags
optional
array of strings
optional
array of string
data.
soft_links
optional
array of SoftLinks
optional
array of SoftLinks
soft_links.
data
string
string
soft_links.
data_type
string
string
soft_links.
relationship
string
string
data.
transactions
optional
array of Transactions
optional
array of Transactions
transactions.
tags
optional
array of strings
optional
array of string
transactions.
txn_hash
string
string
data.
dynamic
optional
array of DynamicField
optional
array of DynamicField
dynamic.
description
nullable
string
nullable
string
dynamic.
value
nullable
string
nullable
string
dynamic.
name
string
string
data.
obfuscated_data
optional
object Original
optional
object Original
obfuscated_data.
emails
optional
array of Emails
optional
array of Emails
emails.
count
number
number
emails.
items
optional
array of strings
optional
array of string
obfuscated_data.
ip_addresses
optional
array of IP Addresses
optional
array of IP Addresses
ip_addresses.
count
number
number
ip_addresses.
items
optional
array of strings
optional
array of string
obfuscated_data.
links
optional
array of Links
optional
array of Links
links.
count
number
number
links.
items
optional
array of strings
optional
array of string
obfuscated_data.
relative_links
optional
array of RelativeLinks
optional
array of RelativeLinks
relative_links.
count
number
number
relative_links.
items
optional
array of strings
optional
array of string
obfuscated_data.
usernames
optional
array of Usernames
optional
array of Usernames
usernames.
count
number
number
usernames.
items
optional
array of strings
optional
array of string
obfuscated_data.
wallets
optional
array of Wallets
optional
array of Wallets
wallets.
count
number
number
wallets.
items
optional
array of strings
optional
array of string
data.
original
optional
object Original
optional
object Original
platform
object Platform
object Platform
platform.
url
string
string
platform.
attributes
array of Attributes
array of Attributes
attributes.
name
string
string
attributes.
value
string
string
platform.
description
optional
string
optional
string
platform.
name
string
string
data_type
object DataType
object DataType
data_type.
description
string
string
data_type.
label
string
string
search_type
string
string
status
string
string
version
string
string
error
optional
string
optional
string
{
"platform": {
"name": "Lens",
"url": "https://lens.xyz/",
"description": "An open social network enabling users to own their content and connections, with a platform for developers to build decentralised applications.",
"attributes": []
},
"search_type": "evm",
"version": "released",
"status": "operational",
"data_type": {
"label": "checker+data",
"description": "Checker+Data modules check if an account exists on a given platform and also return some information"
},
"data": {
"exists": true,
"profile_url": null,
"original": {
"data": {
"result": {
"__typename": "Profile",
"id": "0x0187b3",
"ownedBy": {
"__typename": "NetworkAddress",
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"chainId": 137
},
"txHash": "0xea49fbc5f55f08fc678b22ac861482c366941a19b87403dff7315f15d4c0ffee",
"createdAt": "2022-11-12T11:05:35.000Z",
"operations": {
"__typename": "ProfileOperations",
"id": "0x0187b3",
"isBlockedByMe": {
"__typename": "OptimisticStatusResult",
"value": false,
"isFinalisedOnchain": true
},
"isFollowedByMe": {
"__typename": "OptimisticStatusResult",
"value": false,
"isFinalisedOnchain": true
},
"isFollowingMe": {
"__typename": "OptimisticStatusResult",
"value": false,
"isFinalisedOnchain": true
},
"canBlock": false,
"canUnblock": false,
"canFollow": "NO",
"canUnfollow": false
},
"interests": [],
"guardian": null,
"invitesLeft": 0,
"onchainIdentity": {
"proofOfHumanity": false,
"ens": {
"name": "vitalik.eth"
},
"sybilDotOrg": {
"verified": false,
"source": null
},
"worldcoin": {
"isHuman": false
}
},
"followNftAddress": {
"__typename": "NetworkAddress",
"address": "0xf12D31b798dB234C55d9b50c3854F99dB6BddAea",
"chainId": 137
},
"followModule": null,
"metadata": null,
"handle": {
"__typename": "HandleInfo",
"id": "0xaf2caa1c2ca1d027f1ac823b529d0a67cd144264b2789fa2ea4d63a67c7103cc",
"fullHandle": "lens/vitalik",
"namespace": "lens",
"localName": "vitalik",
"suggestedFormatted": {
"full": "lens/@vitalik",
"localName": "@vitalik"
},
"linkedTo": {
"contract": {
"__typename": "NetworkAddress",
"address": "0xDb46d1Dc155634FbC732f92E853b10B288AD5a1d",
"chainId": 137
},
"nftTokenId": "0x0187b3"
},
"ownedBy": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
},
"sponsor": true,
"signless": true,
"invitedBy": null,
"stats": {
"id": "0x0187b3",
"followers": 38983,
"following": 7,
"comments": 12,
"posts": 44,
"mirrors": 2,
"quotes": 0,
"publications": 58,
"upvotes": 60127,
"downvotes": 2,
"upvoted": 3,
"downvoted": 0,
"collects": 0,
"countOpenActions": 0,
"upvoteReactions": 60127,
"downvoteReactions": 2,
"upvoteReacted": 3,
"downvoteReacted": 0
}
}
}
},
"data": {
"dynamic": [
{
"name": "Has Proof of Humanity",
"value": false,
"description": null
},
{
"name": "Interests",
"value": 0,
"description": null
},
{
"name": "Comments",
"value": 12,
"description": null
},
{
"name": "Posts",
"value": 44,
"description": null
},
{
"name": "Publications",
"value": 58,
"description": null
},
{
"name": "Upvotes",
"value": 60127,
"description": null
}
],
"usernames": [
{
"username": "lens/@vitalik",
"tags": [
"Handle"
]
},
{
"username": "@vitalik",
"tags": [
"Local name"
]
}
],
"followers": 38983,
"following": 7,
"wallets": [
{
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
"tags": [
"Profile owned by"
]
},
{
"address": "0xf12D31b798dB234C55d9b50c3854F99dB6BddAea",
"tags": [
"Follow NFT address"
]
},
{
"address": "0xDb46d1Dc155634FbC732f92E853b10B288AD5a1d",
"tags": [
"Contract linked to"
]
}
],
"transactions": [
{
"txn_hash": "0xea49fbc5f55f08fc678b22ac861482c366941a19b87403dff7315f15d4c0ffee"
}
],
"ens": [
{
"ens": "vitalik.eth",
"tags": [
"ENS name"
]
}
],
"joined": "2022-11-12T11:05:35.000Z"
}
}
}