BlockchainQuery

interface BlockchainQuery {
	name?: string;
	ordering?: string;
	page?: number;
	search?: string;
	symbol?: string[];
}